On Jan 17, 2008 9:51 AM, Jeff Mutonho <[EMAIL PROTECTED]> wrote:

>
>
> I've commented everything else  in the maven-antrun-plugin and only left
with :
        <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
          <execution>
            <phase>verify</phase>
            <configuration>
              <tasks>
               <property name="was6.home" value="C:/Program
Files/IBM/Rational/SDP/6.0/runtimes/base_v6" />
               <echo message="was6.home: ${was6.home}"/>
               <tasks>
            </configuration>
           </execution>
          </executions>
        </plugin>


which prints :

[INFO] Executing tasks
     [echo] was6.home: null

How can that property be null , when I've just set its value  to "C:/Program
Files/IBM/Rational/SDP/6.0/runtimes/base_v6" ?


-- 

"Don't take the name of root in vain."

Jeff  Mutonho
Cape Town
South Africa

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

Reply via email to