-
Bug
-
Resolution: Done
-
Critical
-
3.3.0.M5
-
None
1. Need to replace hardcoded variable
private static final String JBOSS_DISCOVERY_DIRECTORY_3_3_0_XML = "http://download.jboss.org/jbosstools/updates/nightly/core/trunk/jbosstools-directory.xml"; // published URL
with value in plugin.properties. This will allow the plugin to be "fixed" when releasing it to point at a different URL.
2. Need to allow passing in the URL as a commandline variable at build-time so that we can have the same code overridden when built in stable branch for a milestone vs. in trunk.
This could be done via Maven calling Ant in the pom.xml to do a simple XSLT on the build.properties file. (If you can't figure out another way, assign this part to me and I'll do this – already have 80% of the code for such a transform in place.) This would allow overrides to be set in the parent/pom.xml or via commandline -D flags.
3. We could also set 4 variables in the plugin.properties file (for the 4 possible URLs) and have the -D flag be a simple switch between GA, milestone, nightly stable, and nightly trunk, without having to actually state the URL via the commandline.
- is related to
-
JBIDE-10334 system property option for configuring central discovery has dissappeared
- Closed
-
JBIDE-12508 Automate testing of installations from Central
- Closed
-
JBIDE-12757 implement maven override flag for download runtime urls
- Closed
-
JBIDE-10367 Central's DefaultJBossCentralConfigurator in M5 points at jbosstools-directory.xml from http://download.jboss.org/jbosstools/updates/nightly/core/trunk/jbosstools-directory.xml
- Closed
- relates to
-
JBIDE-10654 software/update tab - how do handle differences for jboss tools/JBDS and different versions
- Closed