JBoss development,
A new message was posted in the thread "JBJCA-272 - Standalone validator tool":
http://community.jboss.org/message/529001#529001
Author : Vicky Kak
Profile :
http://community.jboss.org/people/vickyk
Message:
--------------------------------------------------------------
I have to add the following lines explicitlity to get the validator build working for this
build.xml
https://svn.jboss.org/repos/jbossas/projects/jboss-jca/trunk/validator/bu...
<property name="build.validator.dir" value="${build.dir}/validator"
/>
<path id="standalone.lib.path.id">
<fileset dir="/home/vicky/workspace/jboss-jca/trunk/lib/standalone">
<include name="**/*.jar"/>
</fileset>
<fileset dir="/home/vicky/workspace/jboss-jca/trunk/target">
<include name="**/*.jar"/>
</fileset>
</path>
Shouldn't build be working from here ?
vicky@pamposh:~/workspace/jboss-jca/trunk/validator
Jeff, are we in sync here?
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/529001#529001