Opened 13 years ago
Closed 12 years ago
#766 closed defect (invalid)
Build broken in trunk
Reported by: | heikki | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.7.0 |
Component: | Installer | Version: | |
Keywords: | Cc: |
Description
when you try to build an installer using the trunk code, the process fails with this output:
C:\source\geonetwork\installer>ant Buildfile: build.xml setProperties: [delete] Deleting directory C:\source\geonetwork\.props [mkdir] Created dir: C:\source\geonetwork\.props [propertyfile] Updating property file: C:\source\geonetwork\web\src\main\webapp\WEB-INF\server.prop [copy] Copying 1 file to C:\source\geonetwork\.props [copy] Copying 1 file to C:\source\geonetwork\.props [copy] Copying 1 file to C:\source\geonetwork\.props [copy] Copying 1 file to C:\source\geonetwork\.props thesaurusDownload: [get] Getting: https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/utilities/gemet/thesauri/gemet.rdf [get] To: C:\source\geonetwork\web\target\thesauri\gemet.rdf [get] Getting: https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/utilities/gemet/thesauri/inspire-service-taxonomy.rdf [get] To: C:\source\geonetwork\web\target\thesauri\inspire-service-taxonomy.rdf [get] Getting: https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/utilities/gemet/thesauri/inspire-theme.rdf [get] To: C:\source\geonetwork\web\target\thesauri\inspire-theme.rdf inspireDbSettings: [copy] Copying 1 file to C:\source\geonetwork\web\target\inspire BUILD FAILED C:\source\geonetwork\installer\build.xml:66: replacefilter doesn't support the nested "replacetoken" element. Total time: 25 seconds
Change History (2)
comment:1 by , 13 years ago
Priority: | blocker → major |
---|
comment:2 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
A lot has changed in the build process - marking invalid
Note:
See TracTickets
for help on using tickets.
Upgraded my ant from 1.7.1 to 1.8.2 which solved the problem.
Lowered prio of this ticket.