I want to exclude tag indexing in FishEye for git repositories. I was looking at https://jira.atlassian.com/browse/FE-6261 and trying to add the --Xdisable-tags option to the command line options but get an Unrecognized option: --Xdisable-tags error. I'm on Version:4.2.1 Build:20161109135523 2016-11-09. I realize that these options may be removed or changed in any future release. Just wondering if this is the case or I'm doing something wrong. What are the options to exclude tags from git repository indexing.
Hi!
Could you provide the full line for run fisheye ?
I mean after run fisheye you fetch run command using command like
ps aux | grep java
Cheers,
Gonchik Tsymzhitov
This is the output.
/software/java64/jdk1.8.0_45_nosupport/bin/java -Xms512m -Xmx60000m -Dfisheye.library.path= -Dfisheye.inst=/upapps/svn/data/fisheye_inst/ -Djava.awt.headless=true -Djava.endorsed.dirs=/software/svn/fisheye/fecru-4.2.1/lib/endorsed -jar /software/svn/fisheye/fecru-4.2.1/fisheyeboot.jar start
I'm setting the args in the fisheyectl.sh file --
FISHEYE_CMD="$JAVACMD -Xms512m -Xmx60000m -Dfisheye.library.path=$FISHEYE_LIBRARY_PATH -Dfisheye.inst=$FISHEYE_INST -Djava.awt.headless=true -Djava.endorsed.dirs=$FISHEYE_HOME/lib/endorsed -jar $FISHEYE_HOME/fisheyeboot.jar"
But whenever I add --Xdisable-tags as an option
FISHEYE_CMD="$JAVACMD -Xms512m -Xmx60000m --Xdisable-tags -Dfisheye.library.path=$FISHEYE_LIBRARY_PATH -Dfisheye.inst=$FISHEYE_INST -Djava.awt.headless=true -Djava.endorsed.dirs=$FISHEYE_HOME/lib/endorsed -jar $FISHEYE_HOME/fisheyeboot.jar"
FishEye will not start and I get this error-
Unrecognized option: --Xdisable-tags
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.