Problem with deploy

2006-11-28 Thread Urbieta Matias

Hi, i have some troubles with maven infrastructure. i have two
machines, one is a deployment's machine and the other is an develop
machine. With the last one, we develop maven plugins used in
deployments so we have to publish those plugins in a way that the
deployment machine can use them. i have set up the distribution
manager of plugins to deploy them at a directory in the deployment
machine (not the maven repository ). And i have defined in the
deployment machine settings.xml a repository that point to the maven
plugins snapshot repository.
Something is bad, the maven of deployment machine do not update its
plugin artifacts with those published in the snapshot repository.
In the snapshot repository, the artifact are named with the timestamp
losing its snapshot label.
What should  be wrong?

--
Lic Matias Urbieta

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



Re: surefire-junit-2.1.jar

2006-11-28 Thread Urbieta Matias

I have done, each of those steps but finally maven outputs the following lines:

[INFO] Scanning for projects...
[DEBUG] Skipping disabled repository internalSnapshot
[INFO] artifact casino.plugins:maven-jpf-plugin: checking for updates
from central
[DEBUG] repository metadata for: 'artifact
casino.plugins:maven-jpf-plugin' could not be found on repository:
central
[DEBUG] maven-jpf-plugin: resolved to version 1.0-SNAPSHOT from local repository
[INFO] snapshot casino.plugins:maven-jpf-plugin:1.0-SNAPSHOT: checking
for updates from internalSnapshot
[DEBUG] repository metadata for: 'snapshot
casino.plugins:maven-jpf-plugin:1.0-SNAPSHOT' could not be found on
repository: internalSnapshot

i can't update snapshots artifact from snapshot repositories...

On 11/28/06, Avegaart, Menno [EMAIL PROTECTED] wrote:

You can just use the surefire-junit-2.1-SNAPSHOT plugin by specifying it as a 
dependency.

You will also need to setup access to the snapshot repository:
http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html

_
Important notice: The information contained in this email is intended solely 
for the use of the individual or entity to whom it is addressed and others 
authorised to receive it. It may contain confidential or legally privileged 
information. If you are not the intended recipient you are hereby notified that 
any disclosure, copying, distribution or taking any action in reliance on the 
contents of this information is strictly prohibited and may be unlawful. If you 
have received this information in error, please notify us immediately by 
responding to this email and then delete it from your system. Brocacef Holding 
and its subsidiaries are neither liable for the proper and complete 
transmission of the information contained in this email nor for any delay in 
its receipt.
___
__

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





--
Lic Matias Urbieta

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



Re: surefire-junit-2.1.jar

2006-11-28 Thread Urbieta Matias

Sorry i didn't tell you that the internalRepository refers to my
snapshot repository. I have deployed maven-jpf-plugin into :

~/.m2/repositorySnapshot/casino/plugins/maven-jpf-plugin/1.0-SNAPSHO
T/maven-jpf-plugin-1.0-20061127.122645-2.jar

and in settings.xml, i refer thar repository as internalSnapshot.
repository
idinternalSnapshot/id
namesnapshot repository/name
urlfile:/localhost/home/deployer/.m2/repositorySnapshot/url
releases
   enabledfalse/enabled
 /releases
   snapshots
   enabledtrue/enabled
/repository
/repositories
pluginRepositories
pluginRepository
idinternalSnapshot/id
   urlfile:/localhost/home/deployer/.m2/repositorySnapshot/url
   releases
   enabledfalse/enabled
  /releases
snapshots
  enabledtrue/enabled
   /snapshots
   /pluginRepository

regards


On 11/28/06, Avegaart, Menno [EMAIL PROTECTED] wrote:

The http://people.apache.org/repo/m2-snapshot-repository/ plugin repository 
you've added only contains snapshot releases of maven2 plugins that have 
groupId org.apache.maven.plugins.
You'll need to specify a plugin repository that contains 
casino.plugins:maven-jpf-plugin or add it to your local repository.

_
Important notice: The information contained in this email is intended solely 
for the use of the individual or entity to whom it is addressed and others 
authorised to receive it. It may contain confidential or legally privileged 
information. If you are not the intended recipient you are hereby notified that 
any disclosure, copying, distribution or taking any action in reliance on the 
contents of this information is strictly prohibited and may be unlawful. If you 
have received this information in error, please notify us immediately by 
responding to this email and then delete it from your system. Brocacef Holding 
and its subsidiaries are neither liable for the proper and complete 
transmission of the information contained in this email nor for any delay in 
its receipt.
___
__

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





--
Lic Matias Urbieta

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



XML-RPC build definition

2006-11-10 Thread Urbieta Matias

Hi, i want to publish a project into continuum using XML-RPC client.
But when i try to publish one it  doesn't assign the build definition.

--
Lic Matias Urbieta


debuging maestro over linux

2006-11-07 Thread Urbieta Matias

Hi, i have had problems with the order of dependencies deploy, so y
wants to debug maestro over linux , but looking the startup script i
have found a wrapper binary. So how may  i debug?
Thanks

--
Lic Matias Urbieta


Re: debuging maestro over linux

2006-11-07 Thread Urbieta Matias

i want to debug the code, no logs file, with eclipse.

On 11/7/06, Raphaël Piéroni [EMAIL PROTECTED] wrote:

maestro or continuum ?

Check for a wrapper.log file which contains a lot of logs.

Raphaël

2006/11/7, Urbieta Matias [EMAIL PROTECTED]:

 Hi, i have had problems with the order of dependencies deploy, so y
 wants to debug maestro over linux , but looking the startup script i
 have found a wrapper binary. So how may  i debug?
 Thanks

 --
 Lic Matias Urbieta





--
Lic Matias Urbieta


Re: debuging maestro over linux

2006-11-07 Thread Urbieta Matias

thanks

On 11/7/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:

You need to add debugger options to the command line in wrapper.conf, and 
restart the server.

Emmanuel

Urbieta Matias a écrit :
 i want to debug the code, no logs file, with eclipse.

 On 11/7/06, Raphaël Piéroni [EMAIL PROTECTED] wrote:
 maestro or continuum ?

 Check for a wrapper.log file which contains a lot of logs.

 Raphaël

 2006/11/7, Urbieta Matias [EMAIL PROTECTED]:
 
  Hi, i have had problems with the order of dependencies deploy, so y
  wants to debug maestro over linux , but looking the startup script i
  have found a wrapper binary. So how may  i debug?
  Thanks
 
  --
  Lic Matias Urbieta
 








--
Lic Matias Urbieta


deploy of related artifacts

2006-11-06 Thread Urbieta Matias

Hi, i am faced with a deploy that needs an ordered build of related
artifacts. So i want to know how to set up that order.
I don't know why continuum doesn't analyse the dependencies of an
artifact and try to find it in the pool of continuum proyects.
Thanks

--
Lic Matias Urbieta


Re: deploy of related artifacts

2006-11-06 Thread Urbieta Matias

Hi Emmanuel, that feature is not working well for me. Here i'm
attaching an example where Utils artifact depends on DNI_XML artifact.
When i shot the build ( either group build or Utils buld), it doesn't
respect the dependency order :

?xml version=1.0 encoding=UTF-8?project
 modelVersion4.0.0/modelVersion
 groupIdserverlib/groupId
 artifactIdUtils/artifactId
 version1.0-SNAPSHOT/version
 packagingtjar/packaging

dependency
 groupIdserverlib/groupId
 artifactIdDNI_XML/artifactId
 version1.0-SNAPSHOT/version
   /dependency
...

and the oher artifact's pom is:
?xml version=1.0 encoding=UTF-8?
project
 modelVersion4.0.0/modelVersion
 groupIdserverlib/groupId
 artifactIdDNI_XML/artifactId
 version1.0-SNAPSHOT/version
 description/description
 packagingtjar/packaging

...
it just have an special thing, i have my own packaging method.
Thanks

On 11/6/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:

Continuum build projects in the correct order by an analyse of dependencies 
like maven do it in
reactor mode.
Sometimes, Continuum can't resolve the correct order. This case appears only 
when you have cyckic
dependencies between all your projects in continuum

Emmanuel

Urbieta Matias a écrit :
 Hi, i am faced with a deploy that needs an ordered build of related
 artifacts. So i want to know how to set up that order.
 I don't know why continuum doesn't analyse the dependencies of an
 artifact and try to find it in the pool of continuum proyects.
 Thanks

 --
 Lic Matias Urbieta








--
Lic Matias Urbieta


Re: deploy of related artifacts

2006-11-06 Thread Urbieta Matias

is there any log where i can find the continuum proccess log?
I don't know what is wrong, i've just published both projects and i seems ok.


On 11/6/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:

Continuum check only groupId/artifactId/version and not the packaging. It's the 
same mechanism that
is used by maven for the build order.

Emmanuel

Urbieta Matias a écrit :
 Hi Emmanuel, that feature is not working well for me. Here i'm
 attaching an example where Utils artifact depends on DNI_XML artifact.
 When i shot the build ( either group build or Utils buld), it doesn't
 respect the dependency order :

 ?xml version=1.0 encoding=UTF-8?project
  modelVersion4.0.0/modelVersion
  groupIdserverlib/groupId
  artifactIdUtils/artifactId
  version1.0-SNAPSHOT/version
  packagingtjar/packaging

 dependency
  groupIdserverlib/groupId
  artifactIdDNI_XML/artifactId
  version1.0-SNAPSHOT/version
/dependency
 ...

 and the oher artifact's pom is:
 ?xml version=1.0 encoding=UTF-8?
 project
  modelVersion4.0.0/modelVersion
  groupIdserverlib/groupId
  artifactIdDNI_XML/artifactId
  version1.0-SNAPSHOT/version
  description/description
  packagingtjar/packaging

 ...
 it just have an special thing, i have my own packaging method.
 Thanks

 On 11/6/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:
 Continuum build projects in the correct order by an analyse of
 dependencies like maven do it in
 reactor mode.
 Sometimes, Continuum can't resolve the correct order. This case
 appears only when you have cyckic
 dependencies between all your projects in continuum

 Emmanuel

 Urbieta Matias a écrit :
  Hi, i am faced with a deploy that needs an ordered build of related
  artifacts. So i want to know how to set up that order.
  I don't know why continuum doesn't analyse the dependencies of an
  artifact and try to find it in the pool of continuum proyects.
  Thanks
 
  --
  Lic Matias Urbieta
 
 
 









--
Lic Matias Urbieta


Fwd: question

2006-11-02 Thread Urbieta Matias

Hi, I'm writing you because i'm setting up Maestro for a large
project. But i have had problems with some snapshots artifacts, the
problem is that i have dependencies between snapshot artifact (without
cycle) which were not modelled as pom's project module. So i don't
know how to point out those dependencies for recursive buildings.
Thanks


--
Lic Matias Urbieta