galenframework / galen-sample-java-tests

A showcase of Maven + TestNG + Galen usage
26 stars 46 forks source link

Hey there, After migrating from "net.mindengine" to "com.galenframework" svn checkedout project is not working, Please update this maven dependency to resolve the issue.Thanks in advance #6

Open NileshKarmshil opened 9 years ago

NileshKarmshil commented 9 years ago

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

ishubin commented 9 years ago

I had issues with signing and uploading the parent pom to Sonatype. Will try to fix it today

NileshKarmshil commented 9 years ago

Thanks Ivan, This is a great work and appreciate for this,As a background I am working with parallel real device testing using Appium+grid hub for RWD. your post &developmengt (gale framework) is really good but trying out to find a real device scenario replication. Thanks Nilesh Karmshil

On Wednesday, July 29, 2015, Ivan Shubin notifications@github.com wrote:

I had issues with signing and uploading the parent pom to Sonatype. Will try to fix it today

— Reply to this email directly or view it on GitHub https://github.com/galenframework/galen-sample-java-tests/issues/6#issuecomment-125899326 .

ishubin commented 9 years ago

Could you please try it again? I have manually signed and deployed the parent pom file to Sonatype. Here it is https://repo1.maven.org/maven2/com/galenframework/galen-parent/2.0.3/galen-parent-2.0.3.pom

NileshKarmshil commented 9 years ago

Not working as expected : Seeing issue as below after updating new POM [ERROR] The project com.galenframework:galen-parent:2.0.3 (C:\Appium\galen-sample-java-tests.git\trunk\pom.xml) has 5 errors [ERROR] Child module C:\Appium\galen-sample-java-tests.git\trunk\galen-rainbow4j of C:\Appium\galen-sample-java-tests.git\trunk\pom.xml does not exist [ERROR] Child module C:\Appium\galen-sample-java-tests.git\trunk\galen-core of C:\Appium\galen-sample-java-tests.git\trunk\pom.xml does not exist [ERROR] Child module C:\Appium\galen-sample-java-tests.git\trunk\galen-java-support of C:\Appium\galen-sample-java-tests.git\trunk\pom.xml does not exist [ERROR] Child module C:\Appium\galen-sample-java-tests.git\trunk\galen-integration-tests of C:\Appium\galen-sample-java-tests.git\trunk\pom.xml does not exist [ERROR] Child module C:\Appium\galen-sample-java-tests.git\trunk\galen-distribution of C:\Appium\galen-sample-java-tests.git\trunk\pom.xml does not exist

On Wed, Jul 29, 2015 at 6:40 PM, Ivan Shubin notifications@github.com wrote:

Could you please try it again? I have manually signed and deployed the parent pom file to Sonatype. Here it is https://repo1.maven.org/maven2/com/galenframework/galen-parent/2.0.3/galen-parent-2.0.3.pom

— Reply to this email directly or view it on GitHub https://github.com/galenframework/galen-sample-java-tests/issues/6#issuecomment-125945612 .

ishubin commented 9 years ago

What is that? I don't understand what exactly are you doing. I thought you are trying to run galen-sample-java-tests project via mvn clean test What are those errors for?