Fast Deploy OC4J + Eclipse

Pessoal, procurei… procurei… mas não encontrei, ou não procurei direito… rs

Como configuro Fast Deploy no OC4J v10 configurado no Eclipse para fazer Fast Deploy?

Agradeço desde já, pois estou tendo que esperar 1min toda vez que modifico algo, isso se torna chato depois de algumas dezenas de atualizações diárias.

Abs.
Bruno Henrique.

Não sei se é isso que você tá procurando, mas aqui tem um link http://www.eclipse.org/webtools/community/tutorials/OracleServerAdapter/OracleServerAdapter.html
que pode ajudar.

E aproveitando, gostaria de saber por quê quando eu compilo, gera este erro:


Buildfile: E:\ECLIPSE\plugins\org.eclipse.jst.server.generic.oc4j_1.5.0.v200606130315\buildfiles\oracle.10.1.3.xml
[taskdef] Could not load definitions from resource oracle/antlib.xml. It could not be found.
[taskdef] Could not load definitions from resource oracle/antlib.xml. It could not be found.
check.skip.ear.deploy:
deploy.j2ee.ear:
[taskdef] Could not load definitions from resource oracle/antlib.xml. It could not be found.
[taskdef] Could not load definitions from resource oracle/antlib.xml. It could not be found.
package.module.ear:
[jar] Building jar: E:\Arquivos de programas\Java\oc4j\j2ee\home\applications\Teste.ear

BUILD FAILED
E:\ECLIPSE\plugins\org.eclipse.jst.server.generic.oc4j_1.5.0.v200606130315\buildfiles\oracle.10.1.3.xml:97: Could not create task or type of type: antlib:oracle:deploy.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual
solutions are to read the manual pages then download and
install needed JAR files, or fix the build file:

  • You have misspelt ‘antlib:oracle:deploy’.
    Fix: check your spelling.
  • The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
  • The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the ‘ant-’ JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    libraries present in ${ant.home}/lib/optional/ , or alternatively,
    download a pre-built release version from apache.org
  • The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
  • The task is not an Ant core or optional task
    and needs to be declared using .
  • You are attempting to use a task defined using
    or but have spelt wrong or not
    defined it at the point of use

Remember that for JAR files to be visible to Ant tasks implemented
in ANT_HOME/lib, the files must be in the same directory or on the
classpath

Please neither file bug reports on this problem, nor email the
Ant mailing lists, until all of these causes have been explored,
as this is not an Ant bug.

Total time: 1 second


E quando peço para ele parar a execução, me gera um erro como este:

Error: Unexpected error during lookup : Lookup error: javax.naming.AuthenticationException: Not authorized; nested exception is:
javax.naming.AuthenticationException: Not authorized

estou usando o oc4j10g.
pergunta, será que tenho que abaixar o ANT na minha máquina?!

Opa!

Estou fazendo deploy e undeploy de aplicações em container oracle usando ANT + OC4J.

Para isso estou usando as seguintes configurações em xml:

ORACLE_HOME =“path de instalação do oracle”

Definição de classpath

atribundo task especifica do oc4j webservices

Atribuindo task especificas(necessario baixar ant-contrib-1.0b3.jar)

deploy de aplicação(EAR)

${log.error.deploy}

[quote=jtrvisll]Opa!

Estou fazendo deploy e undeploy de aplicações em container oracle usando ANT + OC4J.

Para isso estou usando as seguintes configurações em xml:

ORACLE_HOME =“path de instalação do oracle”

Definição de classpath

atribundo task especifica do oc4j webservices

Atribuindo task especificas(necessario baixar ant-contrib-1.0b3.jar)

deploy de aplicação(EAR)

${log.error.deploy}

[/quote]

amigo, sei que este post esta aqui faz tempo, mas estou tentand fazer deploy no oc4j via ant e não estou conseguindo, ja tentei de várias formas, poderia me ajudar , a versao que estou usando e 10.1.3.1 Oracle AS