[jboss-user] [JCA Development] New message: "Re: JBJCA-272 - Standalone validator tool"

Vicky Kak do-not-reply at jboss.com
Sun Feb 28 03:33:46 EST 2010


User 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/build.xml
 
<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 at 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




More information about the jboss-user mailing list