Re: Problem copying resources defined in project.xml

2003-11-22 Thread Jim Crossley
Hi Jason...

Jason van Zyl <[EMAIL PROTECTED]> writes:

> 
>   
> conf/hibernate/oracle
>   
> 
>
> You no longer need ${basedir} post rc1 and if you only specify a
> directory without includes/excludes qualifier the inclusion of the
> entire directory is assumed.

I no longer need ${basedir} even if I build from a subdirectory
beneath the project root using the -f option?

Cool.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem copying resources defined in project.xml

2003-11-22 Thread Jason van Zyl
On Fri, 2003-11-21 at 23:59, [EMAIL PROTECTED] wrote:
> The resources I've defined in the project.xml are not being copied to
> target/classes.
> 
> 
>
>${basedir}/conf/hibernate/oracle
> 
> **/*
> 
> 
> 

You can either try the expression **/** or you can simply use the
following:


  
conf/hibernate/oracle
  


You no longer need ${basedir} post rc1 and if you only specify a
directory without includes/excludes qualifier the inclusion of the
entire directory is assumed.

> Has anyone experienced a similar problem.
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem copying resources defined in project.xml

2003-11-22 Thread Konstantin Priblouda

--- [EMAIL PROTECTED] wrote:
> 
> The resources I've defined in the project.xml are
> not being copied to
> target/classes.
> 
> 
>
>   
>
${basedir}/conf/hibernate/oracle
> 
> **/*
> 
> 
> 
> 
> Has anyone experienced a similar problem.

 What says maven log? debug output? 



=
[ Konstantin Pribluda ( ko5tik ) ]
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
[ http://www.pribluda.de ]

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problem copying resources defined in project.xml

2003-11-21 Thread Vikram_Kumar

The resources I've defined in the project.xml are not being copied to
target/classes.


   
   ${basedir}/conf/hibernate/oracle

**/*




Has anyone experienced a similar problem.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]