[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1387) Build (distrib.xml) should not force your source directory to be "jboss-portal-2.4"
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Mon May 7 13:11:57 EDT 2007
Build (distrib.xml) should not force your source directory to be "jboss-portal-2.4"
-----------------------------------------------------------------------------------
Key: JBPORTAL-1387
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1387
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.4.1 SP1, 2.4.1 Final
Reporter: Galder Zamarreno
This is the path were I have retrieved the source code for Portal 2.4.1:
/home/galder/jboss/code/portal/rel/2.4.1/
I have built portal with ./build.sh and I'm now trying to build an HA distribution with:
./build.sh -f distrib.xml source.build
However, it fails with:
/home/galder/jboss/code/portal/rel/2.4.1/build/distrib.xml:59: Basedir /home/galder/jboss/code/portal/rel/jboss-portal-2.4/build does not exist
This comes from:
<property name="source.dir" value="../../jboss-portal-2.4/"/>
Any reason why this couldn't just be:
<property name="source.dir" value="../"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list